home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 38
/
Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso
/
PPaint
/
Utilities
/
Cloanto_Script_dt
/
Test_2
< prev
next >
Wrap
Text File
|
1996-02-21
|
778b
|
32 lines
.k ""
.bra {
.ket }
; *** If you can read this text, it means that the ***
; *** Script DataType is not being used. ***
; *** ***
; *** Please double-click on "Test_1" to verify ***
; *** that either MultiView or AmigaGuide are ***
; *** installed in a standard location. ***
If EXISTS SYS:Utilities/MultiView
Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_2.guide
Else
Which >NIL: MultiView
If WARN
If EXISTS SYS:Utilities/AmigaGuide
Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_2.guide
Else
Echo "Neither MultiView nor AmigaGuide could be found."
EndIf
Else
Run >NIL: <NIL: MultiView >NIL: <NIL: Test_2.guide
EndIf
EndIf